func github.com/golang/protobuf/proto.newTextParser

2 uses

	github.com/golang/protobuf/proto (current package)
		text_decode.go#L60: 		if err := newTextParser(s).unmarshalMessage(mi.ProtoReflect(), ""); err != nil {
		text_decode.go#L83: func newTextParser(s string) *textParser {